home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / installer / Data1.cab / PaperCapture.api / EXVW / 107 < prev    next >
Encoding:
Text File  |  2003-05-15  |  318 b   |  13 lines

  1. gWidth = max(
  2.     zstring_width(zstring: '$$$/Dialogs/Thumb/Message'),
  3.     250);
  4.  
  5. dialog(name: '$$$/Dialogs/Thumb')
  6. {
  7.     view(align_children: align_left)
  8.     {
  9.         static_text(name: '$$$/Dialogs/Thumb/Message', width: gWidth);
  10.         progress_bar(item_id: 'pbar', width: gWidth, height: 9, alignment: align_center);
  11.     }
  12. }
  13.